Spread Windows Forms 12.0 Product Documentation
Success Property (ActionResult<T>)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ActionResult<T> Structure : Success Property
Gets a value indicating whether the action is executed successful.
Syntax
'Declaration
 
Public ReadOnly Property Success As Boolean
'Usage
 
Dim instance As ActionResult(Of T)
Dim value As Boolean
 
value = instance.Success
public bool Success {get;}

Property Value

true if the action is executed successful; otherwise, false.
See Also

Reference

ActionResult<T> Structure
ActionResult<T> Members